From 4607daebbb4bf310dff5513ff8e82449d4255649 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 30 Jan 2008 09:31:35 +0000 Subject: [PATCH] vtpm: Small makefile fix. Signed-off-by: Jason Andryuk --- tools/vtpm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vtpm/Makefile b/tools/vtpm/Makefile index 691a608030..aeab129cbb 100644 --- a/tools/vtpm/Makefile +++ b/tools/vtpm/Makefile @@ -83,7 +83,7 @@ updatepatches: clean orig .PHONY: build_sub build_sub: - set -e; @if [ -e $(GMP_HEADER) ]; then \ + set -e; if [ -e $(GMP_HEADER) ]; then \ $(MAKE) -C $(VTPM_DIR); \ if [ "$(BUILD_EMULATOR)" = "y" ]; then \ $(MAKE) -C $(TPM_EMULATOR_DIR); \ -- 2.30.2